home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util2 / srdsk203.zip / WHATSNEW.DOC < prev   
Text File  |  1993-04-22  |  10KB  |  302 lines

  1.  
  2. 2.03 1993-04-22
  3.  
  4. This is not as big upgrade as I thought I make it. The reason is that 
  5. the new features I have been planning would be best added by rewriting 
  6. somewhat large portions of the software and it takes time. This upgrade 
  7. adds a few of the most requested features and addresses some problems in 
  8. MS-Windows.
  9.  
  10. - ReSizeable RAMDisk now has a support BBS in the United States of
  11. America, Illinois, Palatino:
  12.  
  13.   The Midrange System BBS
  14.   Sysop: David Gibbs
  15.   FidoNet: 1:115/439
  16.   Phones: 708-776-1062 and 708-776-1063, both have HST and V.32
  17.   Using Remote Access
  18.  
  19. Latest SRDISK is available via file request using magic file name 
  20. SRDISK.
  21.  
  22. - Options /MAXSIZE and /FREEMEM:n to determine disk size so that no or 
  23. specified amount of memory left free.
  24.  
  25. - Added device driver SRDUMMY.SYS to use up drive letters. You can give 
  26. it as a parameter the drive letter the next drive should be loaded at. 
  27. This was requested by some users so that they can reserve drive letters 
  28. for network, CD-ROMs and keep the RAM drive at a fixed drive letter. 
  29. Some after bootup device driver loaders are more memory efficient fix 
  30. for this problem though.
  31.  
  32. - Added device driver SRDEMS3.SYS. This uses only EMS 3.2 calls and is 
  33. good to avoid MS-Windows 3.1 bugs in EMS emulation. There still is no 
  34. way you can resize disk inside Windows. If you do that, the memory is 
  35. freed by Windows when you exit the DOS session.
  36.  
  37.  
  38.  
  39. 2.02 1993-01-27
  40.  
  41. - Fixed a problem with /ENV switch. It had a loose pointer that could 
  42. mess up with some parameters or cause a null pointer assignment message.
  43.  
  44. - Installed code for registration reminder and registration keys. The 
  45. reminder is not big, but I guess registered users do not want to see it.
  46.  
  47.  
  48.  
  49. 2.01 1993-01-08
  50.  
  51. - Option /AVAILABLE:n added to resize the disk to the size when it has
  52. n Kbytes space available.
  53.  
  54. - Option /MINSIZE added to resize the disk to the smallest size 
  55. possible or disable it if there is no data on it. This is the same as 
  56. /AVAILABLE:0
  57.  
  58. - Option /FILESPACE:n added to resize the disk to the size when it has
  59. n Kbytes space for files.
  60.  
  61. - Added some ERRORLEVEL returns. SRDISK.EXE should now returns nonzero 
  62. ERRORLEVEL, if there were problems with the format (errors, failure, 
  63. would destroy contents, but not allowed to).
  64.  
  65. - Aborted formatting could enable the disk although no memory was 
  66. allocated for it. Error handling fixed.
  67.  
  68. - Setting environment variables did not work with DOS prior to version 
  69. 3.30. Changed environment variable setting so that it does not try to 
  70. find the command processor, but just modifies the parent's environment. 
  71. Also it is better made sure that the parent is real.
  72.  
  73. - Device drivers did not detect read/write errors. Now it is detected 
  74. that MS-Windows Enhanced mode does not emulate EMS 4.0 correctly and 
  75. causes errors.
  76.  
  77. - Disabled possibility to allocate disk while in MS-Windows Enhanced 
  78. mode. Windows frees the memory allocated by the program when the DOS 
  79. window is closed, so the disk memory would be lost then.
  80.  
  81. - A number of other bugs removed and features cleaned.
  82.  
  83.  
  84.  
  85. 2.00 1992-12-12
  86.  
  87. - Memory allocation bug that gave XMS error A7 removed.
  88.  
  89. - Disk resizing could change the reported size of clusters at some rare 
  90. cases although the cluster size was not changed.
  91.  
  92. - Now asks if disk contents are to be removed if all the old data can 
  93. not fit the new disk being created.
  94.  
  95.  
  96.  
  97. 2.00 BETA 3 1992-11-06 A pre-release version for the version 2.0
  98.  
  99. - Made two versions of the device drivers: full featured and small.
  100.  
  101. - Full featured device drivers now have their own stack so that user 
  102. need not care of it. Small device drivers do not have this.
  103.  
  104. - Optimized some code for faster operation.
  105.  
  106. - Fixed a problem with root directory sectors being cleared with resize.
  107.  
  108. - DR-DOS problems solved. The device driver did not preserve flags and 
  109. this seemed to have caused the trouble with DR-DOS.
  110.  
  111. - Now should correctly estimate the available memory size before trying 
  112. to format. Still possible to fail with XMS though - this is due to the 
  113. incomplete services of XMS.
  114.  
  115. - Memory allocation while preserving disk contents fixed.
  116.  
  117.  
  118.  
  119. 2.00 BETA 2 A pre-release version for the version 2.0
  120.  
  121. - Memory allocation while preserving disk contents fixed.
  122.  
  123. - Changed the multiplex number back to what it was in 1.x versions. BETA 
  124. 1 had a different number so that it will not conflict with existing 1.x 
  125. version disk.
  126.  
  127. - Boot sector is now updated correctly when disk is resized. Thus you 
  128. can diskcopy a disk into RAM disk, resize it and diskcopy it to a disk 
  129. of another format - great for boot disks too!
  130.  
  131.  
  132.  
  133. 2.00 BETA 1 A pre-release version for the version 2.0
  134.  
  135. - SRDISK now tries to preserve the disk contents by default.
  136.  
  137. - Device driver SRDEMS.SYS for EMS memory support. Requires EMS version 
  138. 4.0.
  139.  
  140. - Device drivers are now compatible with DOS DISKCOPY command. Use 
  141. SRDISK /F switch to configure SRDISK to the same format as the floppy 
  142. and you can then diskcopy between the floppy and RAM Disk. Great for 
  143. disk duplication - no need to swap the disks any more. Also DISKCOPY 
  144. to/from the floppy is much faster than copying each file one by one.
  145.  
  146. - Alternative command line options and some new options. The longer 
  147. options can be shortened if they remain unambiguous.
  148.  
  149. - /U (or /UNCONDITIONAL or /ERASE) switch can be used to clear the disk.
  150.  
  151. - /F (or /DOSFORMAT) has many FDFORMAT disk sizes and formats added. The 
  152. available sizes are listed in SRDISK.DOC.
  153.  
  154. - New options are added to better support different floppy formats:
  155.  
  156.         /MEDIA:n                - Defines the media ID byte
  157.         /HEADS:n or /SIDES:n    - Defines sides on the disk
  158.         /SECTORS:n or /SPT:n    - Defines sectors per track
  159.         /DEVICETYPE:n           - Device type (0=360K floppy, 1=1.2M floppy,
  160.                                   2=720K floppy, 3=8-inch single density,
  161.                                   4=8-inch double density, 5=hard disk,
  162.                                   7=1.44M floppy, 9=2.99M floppy)
  163.  
  164. - Error condition handling for batch operation enhanced.
  165.  
  166.         /ASK                    - Ask about destroying data (default)
  167.         /YES or /FORCE          - Destroy data if necessary to complete
  168.         /NO                     - Do not destroy data
  169.  
  170.  
  171. 1.42
  172.  
  173. - Restricted FAT copies to maximum of 2. DOS 5 did not manage well if
  174. there were more.
  175.  
  176. - SRDISK.SYS caused the block devices loaded after is to have bad drive
  177. letters assigned to them.
  178.  
  179. - Tried to read root directory when there was no disk.
  180.  
  181. - MS-DOS 5 does not interpret the disk size correctly after it has had
  182. to face a bad disk. Deviced a get-around for the bug.
  183.  
  184. - Memory allocation has been fixed to help the memory managers.
  185.  
  186. - Made stack larger.
  187.  
  188.  
  189.  
  190. 1.41 1992-06-06
  191.  
  192. - I started to take a licensing fee from corporate users. Sorry, I have
  193. no other income currently. I tried to make the prices reasonable, but if
  194. you feel the prices are too high for your casual use, you can try to
  195. bargain.
  196.  
  197. - One '!' had disappeared from the env.c causing the /E not to work.
  198. Hopefully not many copies of the 1.40 version got out.
  199.  
  200. 1.40 1992-06-03
  201.  
  202. - DR-DOS 6 hangup solved by passing a valid looking BIOS Parameter Block
  203.   at init.
  204.  
  205. - Added a check for DR-DOS 5, since SRDISK did not seem to work with it
  206.   unless sector size was 128 bytes. Under DR-DOS 5 sector size now
  207.   forced to 128 bytes.
  208.  
  209. - resolve_drive() now finds drive letters even if driver loaded high
  210.   with some upper memory manager utility. Also if driver not found,
  211.   disks should be configurable anyway as 1:, 2:, etc. - although better
  212.   would be to tell the drive letter in CONFIG.SYS.
  213.  
  214. - Disk size 1 with /F:1 to get rid of drive not ready reports.
  215.  
  216. - Unless forced sector/cluster/root dir sizes, adjust them properly.
  217.  
  218. - Have srdisk handle allocation of known types of memory. Also enhanced
  219.   allocation to hopefully work better with DesqView.
  220.  
  221. - Reorganized source to several files. Also many other minor changes and
  222.   source beautifying.
  223.  
  224. - Multiplex interrupt interface changed a bit.
  225.  
  226. - Borland C++ 3.0 produced bad code handling long integers and thus the
  227.   beginning of FAT was a little wrong. Changed the code to one not
  228.   having a bug.
  229.  
  230.  
  231.  
  232. 1.30 1992-01-18
  233.  
  234. - Changed to freeware from public domain
  235.  
  236. - Changed the driver control from IOCTL calls to multiplex interrupt.
  237.  
  238. - Added support for over 32M RAM drives (up to 4096M). Over 32M drives
  239.   need DOS 4+ because they use over 0xFFFF sectors.
  240.  
  241. - Added /V switch for program verbosity control. /Y now only forces the
  242.   disk format, it does not make the program less verbose.
  243.  
  244. - Support for chained drivers. These drivers all contribute memory for
  245.   the same virtual drive. Added switch /M to control how much memory may
  246.   be used by each driver in the chain.
  247.  
  248. - Formatting reads the root directory to find out if there is anything
  249.   that would be destroyed. If not, it will not ask for permission to
  250.   destroy.
  251.  
  252. - Added /E switch to set environment variables SRDISKn to show srdisk
  253.   drives.
  254.  
  255. - Scans Drive Parameter Table on DOS 2 and 3 to find the drive letters,
  256.   if necessary.
  257.  
  258.  
  259.  
  260. 1.20 1991-10-04
  261.  
  262. - Fixed name of program by adding the missing 'Re' to 'Sizeable'.
  263.  
  264. - Added 16 bit FAT support; more 'sizeable' disks that had over 4077
  265.   clusters were not operational. Due to DOS's inconsistent behaviour,
  266.   disks with over 4077 and under 4088 clusters (or over 65518, possible
  267.   with 128 byte clusters and 8M disk size) are avoided by making
  268.   clusters bigger.
  269.  
  270. - Added DOS lookalike disk formats via switch /F.
  271.  
  272. - The FAT number is now defined via switch /A instead of /F.
  273.  
  274. - The time of format is stored in volume label.
  275.  
  276. - Upgraded to IOCTL_msg version 1.20 which tells the type of memory used
  277.   by the driver.
  278.  
  279. - Disallow sectors greater than 512 bytes as DOS can not handle them
  280.   properly but rather crashes when it encounters them.
  281.  
  282. - Allow clusters up to 8 kilobytes.
  283.  
  284. - Enhanced help.
  285.  
  286.  
  287.  
  288. 1.10 1991-09-06
  289.  
  290. - Added full support for multiple FATs. 1.00 had the /F switch, but no
  291.   support for it in formatter.
  292.  
  293. - Updated to IOCTL_msg versio 1.10 so that media byte is no longer used
  294.   to indicate the media change but to indicate the drive is RAM disk.
  295.  
  296. - Some minor fixes.
  297.  
  298.  
  299.  
  300. 1.00 1991-06-09 Initial release
  301.  
  302.